[INFO] fetching crate condition-matcher 0.2.0...
[INFO] fixing condition-matcher-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate condition-matcher 0.2.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate condition-matcher 0.2.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate condition-matcher 0.2.0
[INFO] tweaked toml for crates.io crate condition-matcher 0.2.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate condition-matcher 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate condition-matcher 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.2
[INFO] [stderr]   Downloaded condition-matcher-derive v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7
[INFO] running `Command { std: "docker" "start" "d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.2
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking serde_json v1.0.148
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking rust_decimal v1.39.0
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling condition-matcher-derive v0.1.0
[INFO] [stderr]    Compiling rust_decimal_macros v1.39.0
[INFO] [stderr]     Checking condition-matcher v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `ConditionOperator`
[INFO] [stdout]  --> src/result.rs:1:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{condition::{ConditionMode, ConditionOperator}, error::MatchError};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ConditionOperator`
[INFO] [stdout]  --> src/result.rs:1:40
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::{condition::{ConditionMode, ConditionOperator}, error::MatchError};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rayon` in this scope
[INFO] [stdout]    --> examples/parallel_asset_watchers.rs:335:9
[INFO] [stdout]     |
[INFO] [stdout] 335 |     use rayon::prelude::*;
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `rayon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rayon`, use `cargo add rayon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `condition_matcher::JsonMatcher`
[INFO] [stdout]    --> examples/parallel_asset_watchers.rs:14:25
[INFO] [stdout]     |
[INFO] [stdout]  14 | use condition_matcher::{JsonMatcher, Matchable, Matcher};
[INFO] [stdout]     |                         ^^^^^^^^^^^ no `JsonMatcher` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[cfg(feature = "json_condition")]
[INFO] [stdout]     |       -------------------------- the item is gated behind the `json_condition` feature
[INFO] [stdout] 104 | pub use matchers::JsonMatcher;
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `condition_matcher::JsonMatcher`
[INFO] [stdout]    --> examples/json_complex_matching.rs:9:25
[INFO] [stdout]     |
[INFO] [stdout]   9 | use condition_matcher::{JsonMatcher, Matchable, Matcher, MatcherExt};
[INFO] [stdout]     |                         ^^^^^^^^^^^ no `JsonMatcher` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[cfg(feature = "json_condition")]
[INFO] [stdout]     |       -------------------------- the item is gated behind the `json_condition` feature
[INFO] [stdout] 104 | pub use matchers::JsonMatcher;
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `rayon` in this scope
[INFO] [stdout]    --> examples/parallel_cache_watchers.rs:805:9
[INFO] [stdout]     |
[INFO] [stdout] 805 |     use rayon::prelude::*;
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `rayon`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `rayon`, use `cargo add rayon` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `condition_matcher::JsonMatcher`
[INFO] [stdout]    --> examples/parallel_cache_watchers.rs:20:25
[INFO] [stdout]     |
[INFO] [stdout]  20 | use condition_matcher::{JsonMatcher, Matchable, Matcher};
[INFO] [stdout]     |                         ^^^^^^^^^^^ no `JsonMatcher` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[cfg(feature = "json_condition")]
[INFO] [stdout]     |       -------------------------- the item is gated behind the `json_condition` feature
[INFO] [stdout] 104 | pub use matchers::JsonMatcher;
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `par_iter` found for struct `Vec<AssetMetrics>` in the current scope
[INFO] [stdout]    --> examples/parallel_asset_watchers.rs:338:10
[INFO] [stdout]     |
[INFO] [stdout] 337 |       let total_matches_rayon: usize = assets
[INFO] [stdout]     |  ______________________________________-
[INFO] [stdout] 338 | |         .par_iter()
[INFO] [stdout]     | |_________-^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 338 -         .par_iter()
[INFO] [stdout] 338 +         .iter()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `condition_matcher::JsonCondition`, `condition_matcher::JsonMatcher`, `condition_matcher::JsonNestedCondition`
[INFO] [stdout]    --> examples/advanced_filtering.rs:4:79
[INFO] [stdout]     |
[INFO] [stdout]   4 | ...onSelector, Evaluate, JsonCondition, JsonMatcher, JsonNestedCondition, Matchable, MatchableDerive, Matcher, MatcherExt, RuleMatc...
[INFO] [stdout]     |                          ^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^ no `JsonNestedCondition` in the root
[INFO] [stdout]     |                          |              |
[INFO] [stdout]     |                          |              no `JsonMatcher` in the root
[INFO] [stdout]     |                          no `JsonCondition` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:115:21
[INFO] [stdout]     |
[INFO] [stdout] 114 | #[cfg(feature = "json_condition")]
[INFO] [stdout]     |       -------------------------- the item is gated behind the `json_condition` feature
[INFO] [stdout] 115 | pub use condition::{JsonCondition, JsonNestedCondition};
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:104:19
[INFO] [stdout]     |
[INFO] [stdout] 103 | #[cfg(feature = "json_condition")]
[INFO] [stdout]     |       -------------------------- the item is gated behind the `json_condition` feature
[INFO] [stdout] 104 | pub use matchers::JsonMatcher;
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:115:36
[INFO] [stdout]     |
[INFO] [stdout] 114 | #[cfg(feature = "json_condition")]
[INFO] [stdout]     |       -------------------------- the item is gated behind the `json_condition` feature
[INFO] [stdout] 115 | pub use condition::{JsonCondition, JsonNestedCondition};
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   4 -     Condition, ConditionMode, ConditionOperator, ConditionSelector, Evaluate, JsonCondition, JsonMatcher, JsonNestedCondition, Matchable, MatchableDerive, Matcher, MatcherExt, RuleMatcher, builder::field
[INFO] [stdout]   4 +     Condition, ConditionMode, ConditionOperator, ConditionSelector, Evaluate, Condition, JsonMatcher, JsonNestedCondition, Matchable, MatchableDerive, Matcher, MatcherExt, RuleMatcher, builder::field
[INFO] [stdout]     |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   4 -     Condition, ConditionMode, ConditionOperator, ConditionSelector, Evaluate, JsonCondition, JsonMatcher, JsonNestedCondition, Matchable, MatchableDerive, Matcher, MatcherExt, RuleMatcher, builder::field
[INFO] [stdout]   4 +     Condition, ConditionMode, ConditionOperator, ConditionSelector, Evaluate, JsonCondition, JsonMatcher, NestedCondition, Matchable, MatchableDerive, Matcher, MatcherExt, RuleMatcher, builder::field
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `par_iter` found for struct `Vec<AssetMetrics>` in the current scope
[INFO] [stdout]    --> examples/parallel_asset_watchers.rs:363:10
[INFO] [stdout]     |
[INFO] [stdout] 362 |       let matches_per_asset: Vec<usize> = assets
[INFO] [stdout]     |  _________________________________________-
[INFO] [stdout] 363 | |         .par_iter()
[INFO] [stdout]     | |_________-^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 363 -         .par_iter()
[INFO] [stdout] 363 +         .iter()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `condition-matcher` (example "parallel_asset_watchers") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `condition-matcher` (example "json_complex_matching") due to 1 previous error
[INFO] [stdout] warning: unused import: `MatcherExt`
[INFO] [stdout]  --> examples/advanced_filtering.rs:4:165
[INFO] [stdout]   |
[INFO] [stdout] 4 | ..., JsonNestedCondition, Matchable, MatchableDerive, Matcher, MatcherExt, RuleMatcher, builder::field
[INFO] [stdout]   |                                                                ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `condition-matcher` (example "advanced_filtering") due to 1 previous error; 1 warning emitted
[INFO] [stdout] error[E0599]: no method named `par_iter` found for struct `Vec<Watcher>` in the current scope
[INFO] [stdout]    --> examples/parallel_cache_watchers.rs:808:10
[INFO] [stdout]     |
[INFO] [stdout] 807 |       let triggered_par: Vec<_> = watchers
[INFO] [stdout]     |  _________________________________-
[INFO] [stdout] 808 | |         .par_iter()
[INFO] [stdout]     | |_________-^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `iter` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 808 -         .par_iter()
[INFO] [stdout] 808 +         .iter()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `condition-matcher` (example "parallel_cache_watchers") due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7", kill_on_drop: false }`
[INFO] [stdout] d2dd5ccd1a02596e5d36d114d6316dfc27a72bcde1d1c8bcfc3dda0d5a04b4a7
